POST /Session/GetSession/

Gets information about a session.
 

Request

Method Request URI
POST /API/Session/GetSession/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The ID of the current session. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.GetSessionOptions

Response

Response Body

A Dundas.BI.WebApi.Models.SessionData object containing the requested information, or a status code indicating the reason for failure.